home *** CD-ROM | disk | FTP | other *** search
/ It's Naomi! / It's Naomi!.iso / pc / dmov / auto.dir / 00305.ls < prev    next >
Encoding:
Text File  |  1997-09-16  |  378 b   |  19 lines

  1. on exitFrame
  2.   global pictno
  3.   puppetTransition(9)
  4.   set the memberNum of sprite 2 to pictno
  5.   updateStage()
  6.   startTimer()
  7.   set pictno to pictno + 1
  8.   if pictno > 120 then
  9.     set pictno to 1
  10.   end if
  11.   repeat while the timer < (60 * 5)
  12.     preLoadCast(pictno)
  13.   end repeat
  14.   if not soundBusy(3) then
  15.     sound playFile 3, "@:MOVIE:SOUND:SOUND02"
  16.   end if
  17.   go(the frame)
  18. end
  19.